object SplashFrm: TSplashFrm Left = 41 Top = 265 BorderIcons = [] BorderStyle = bsNone ClientHeight = 200 ClientWidth = 312 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 312 Height = 200 Align = alClient BevelWidth = 5 BorderStyle = bsSingle Color = clSilver TabOrder = 0 object Timeleft: TLabel Left = 5 Top = 159 Width = 298 Height = 18 Align = alTop Alignment = taCenter Caption = 'You have 14 days left for evaluation.' Font.Color = clBlue Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Information: TLabel Left = 5 Top = 104 Width = 298 Height = 55 Align = alTop Alignment = taCenter AutoSize = False Caption = 'Visit http://www.iinet.net.au/~bwh/frameit.html for prices and o' + 'rdering information' Font.Color = clBlack Font.Height = -15 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end object Status: TLabel Left = 5 Top = 86 Width = 298 Height = 18 Align = alTop Alignment = taCenter AutoSize = False Caption = 'Evaluation period has expired' Font.Color = clRed Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Bevel1: TBevel Left = 5 Top = 82 Width = 298 Height = 4 Align = alTop Shape = bsFrame end object Image1: TImage Left = 5 Top = 5 Width = 298 Height = 77 Align = alTop Picture.Data = {} end end end